{#if !Object.keys(tools).includes(tool)}
{$locale().errors?.toolNotFoundPrefix}{tool}{$locale().errors?.toolNotFoundSuffix}
{$locale().errors?.didYouMean} " (tool = suggestion)}
style={suggestion === '...' ? 'pointer-events: none; color: inherit;' : ''}
>
{suggestion === '...' ? '...' : tools[suggestion].name()}"?